ComponentOne ASP.NET MVC Controls
Legend(Action<ChartLegendBuilder>) Method

C1.Web.Mvc.Fluent Namespace > FlexChartBaseBuilder<T,TControl,TBuilder> Class > Legend Method : Legend(Action<ChartLegendBuilder>) Method
The builder function.
Configurates C1.Web.Mvc.FlexChartBase<T>.Legend. Sets the chart legend.
Syntax
'Declaration
 
Public Overloads Overridable Function Legend( _
   ByVal build As Action(Of ChartLegendBuilder) _
) As TBuilder
public virtual TBuilder Legend( 
   Action<ChartLegendBuilder> build
)

Parameters

build
The builder function.

Return Value

Current builder.
See Also

Reference

FlexChartBaseBuilder<T,TControl,TBuilder> Class
FlexChartBaseBuilder<T,TControl,TBuilder> Members
Overload List